home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_ImportInt / epsfwraps.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-19  |  400 b   |  15 lines

  1. /* epsfwraps.h generated from epsfwraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef EPSFWRAPS_H
  6. #define EPSFWRAPS_H
  7.  
  8. extern void PSWBeginEpsf( void );
  9.  
  10. extern void PSWEndEpsf( void );
  11.  
  12. extern void PSWSetEpsf(float OriginX, float OriginY, float Width, float Height, float OrigOriginX, float OrigOriginY, float OrigWidth, float OrigHeight, float Angle);
  13.  
  14. #endif EPSFWRAPS_H
  15.